Limit Continuous Release to master CI runs - #56
Merged
Merged
Conversation
This was referenced Aug 25, 2026
lipkau
added a commit
to AtlassianPS/AtlassianPS.Configuration
that referenced
this pull request
Aug 25, 2026
## Summary - Filter the Continuous Release workflow_run trigger to master. - Keep manual release dispatch unchanged. - Add a workflow-contract assertion. ## Why Pull-request CI completions currently create skipped Continuous Release runs. Filtering at the trigger removes that workflow noise while preserving the release path for successful master CI. ## Validation - actionlint passed. - GitHub Actions contract tests: 7 passed. - Full build/test reached 945 passing tests; 5 existing generated-help parameter-type checks failed. ## Related pull requests - AtlassianPS.Configuration: #45 - AtlassianPS.Standards: AtlassianPS/AtlassianPS.Standards#56 - ConfluencePS: AtlassianPS/ConfluencePS#264 - JiraAgilePS: AtlassianPS/JiraAgilePS#49 - JiraPS: AtlassianPS/JiraPS#711
lipkau
added a commit
to AtlassianPS/ConfluencePS
that referenced
this pull request
Aug 25, 2026
## Summary - Run full Cloud and Data Center integration suites weekly on Sunday instead of nightly. - Filter Continuous Release to completed CI runs on master. - Update workflow documentation and contract tests. ## Why PR and push CI retain the existing smoke and platform coverage. Weekly full integration runs preserve drift detection while reducing scheduled runner use. ## Validation - actionlint passed for both changed workflows. - Workflow contract tests: 8 passed. - Invoke-Build -Task Build, Test: 181 passed. ## Related pull requests - AtlassianPS.Configuration: AtlassianPS/AtlassianPS.Configuration#45 - AtlassianPS.Standards: AtlassianPS/AtlassianPS.Standards#56 - ConfluencePS: #264 - JiraAgilePS: AtlassianPS/JiraAgilePS#49 - JiraPS: AtlassianPS/JiraPS#711
lipkau
added a commit
to AtlassianPS/JiraAgilePS
that referenced
this pull request
Aug 25, 2026
## Summary - Run Cloud and Dockerized Server integration suites weekly on Sunday instead of nightly. - Filter Continuous Release to completed CI runs on master. - Add workflow trigger tests. ## Why The existing PR and push CI coverage remains unchanged. Weekly full integration runs preserve periodic environment checks while reducing idle-repository usage. ## Validation - actionlint passed for both changed workflows. - Workflow trigger tests: 2 passed. - Existing Standards consistency tests: 8 passed. - Full build/test reached 596 passing tests; 2 existing generated-help parameter-type checks failed. ## Related pull requests - AtlassianPS.Configuration: AtlassianPS/AtlassianPS.Configuration#45 - AtlassianPS.Standards: AtlassianPS/AtlassianPS.Standards#56 - ConfluencePS: AtlassianPS/ConfluencePS#264 - JiraAgilePS: #49 - JiraPS: AtlassianPS/JiraPS#711
lipkau
added a commit
to AtlassianPS/JiraPS
that referenced
this pull request
Aug 25, 2026
## Summary - Change the full Cloud and Dockerized Server integration schedule from nightly to Sunday at 05:00 UTC. - Retain manual per-track dispatch. - Update integration documentation and add a workflow trigger test. ## Why PR and push smoke coverage remains unchanged. Weekly full suites retain API and Data Center drift detection while substantially reducing scheduled runner and Cloud API usage. ## Validation - actionlint passed. - Workflow trigger test: 1 passed. - Full build/test outside the macOS sandbox passed 1,683 non-help tests; 42 existing generated-help parameter-type checks failed. ## Related pull requests - AtlassianPS.Configuration: AtlassianPS/AtlassianPS.Configuration#45 - AtlassianPS.Standards: AtlassianPS/AtlassianPS.Standards#56 - ConfluencePS: AtlassianPS/ConfluencePS#264 - JiraAgilePS: AtlassianPS/JiraAgilePS#49 - JiraPS: #711
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
PR CI completions do not participate in release preparation and currently create skipped workflow runs.
Validation
Related pull requests